home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TeX 1995 July
/
TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO
/
dviware
/
kyocera
/
preload.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-10-01
|
583b
|
22 lines
#include "param.h"
#ifndef PRLOAD
#define PRLOAD "/usr/spool/tex/dvi_preload"
#endif
/* Information about preloaded fonts
* The preload file contains a number of this records
* One for each font that has been loaded
* The preload file is read when the driver starts
* and the information about fonts loaded is dumped on
vi printing on Kyocera laser pri
*/
struct preload_info {
short pr_kyonumber;
char pr_name[MAXFNTNAMLEN];
long pr_mag;
long pr_words_used;
long pr_tfm_checksum;
unsigned long pr_charvec[4];
};